To run this on Windows 7, copy api-ms-win-core-path-l1-1-0.dll to python310 folder



To install OpenCV with pip for instance, go to python310 and type: python.exe -m pip install opencv-python matplotlib

Always clear pip cache so python2 does not get confused: python.exe -m pip cache remove *